Once the table structure in the database is established, the meaning of the data represented in the table is determined. By using the MySQL operator, you can get another data outside the table structure. For example, there is a birth field in the
MYSQL getting started 6: MYSQL operator bitsCN.com
MYSQL getting started 6: MYSQL operators
Related links:
MYSQL: Basic operations
Http: // database/201212/173868 .html
MYSQL 2: use regular expressions to search
Http: // database/201212/173869
There are many operators in MySQL, this one is mainly about MySQL, and SQL Server does not have operatorsSecurity equals operator ()This operator and the = operator perform the same comparison operation, but can be used to determine the null
There are many operators in MySQL, this one is mainly about MySQL, and SQL Server does not have operators
Security equals operator ()This operator and the = operator perform the same comparison operation, but can be used to determine the null
MYSQL expression operators and data type conversion tips: expression operators, in MySQL expressions, if the type of a data value does not match the type required by the context, mySQL automatically converts data values based on the operations to be
mysql| Standard | reference | reference Manual | chinese
MySQL Chinese reference manual 6 (MySQL compatibility with the standard)
Reprinted translator: Yan Zi
return 〗〖 Forwarding
Q Translator: Yan Zi (clyan@sohu.com) Homepage:
MySQL functions and Usage examples
String functions
ASCII (str)Returns the ASCII value of the first character of the string 'str' (0 is returned when 'str' is an empty string)Mysql> select ASCII ('2 ');-> 50Mysql> select ASCII (2 );-> 50Mysql>
Mysql operator and function (fat instructor), mysql operator Function
Use test;Create table 'Employee '(Emp_no int unsigned,Emp_name varchar (30 ),Emp_sex varchar (3 ),Emp_age tinyint unsigned,Sal double,History datetime);Insert into employee values
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.